Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #18445 +/- ##
============================================
+ Coverage 66.08% 67.68% +1.60%
- Complexity 22541 27618 +5077
============================================
Files 1995 2444 +449
Lines 111152 134682 +23530
Branches 14040 16283 +2243
============================================
+ Hits 73459 91165 +17706
- Misses 31458 36154 +4696
- Partials 6235 7363 +1128
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe the issue this Pull Request addresses
Some Hudi users uses confluent schema registry service whose dependency like kafka-avro-serializer is 6.x or 7.x, which causes Hudi schema registry client failed to deserialize their schemas since metadata field is unexpected.
Therefore, we should upgrade corresponding confluent version accordingly.
Summary and Changelog
Upgrade confluent version to 7.5.1.
Impact
Reduce the error when parsing schema from confluent schema registry.
Risk Level
Low.
Documentation Update
Contributor's checklist